home *** CD-ROM | disk | FTP | other *** search
- Path: erich.triumf.ca!bennett
- From: bennett@erich.triumf.ca (P.Bennett)
- Newsgroups: comp.lang.c
- Subject: Re: [Q]Is there any API that move a directory to another (drive 's) directory ?
- Date: 21 Feb 1996 22:56 PST
- Organization: TRIUMF: Tri-University Meson Facility
- Distribution: world
- Message-ID: <21FEB199622562883@erich.triumf.ca>
- References: <312BCF42.6629@star.lgsw.re.kr>
- NNTP-Posting-Host: ftp.triumf.ca
- News-Software: VAX/VMS VNEWS 1.50
-
- In article <312BCF42.6629@star.lgsw.re.kr>, Hyung keun Hong <hhk7@star.lgsw.re.kr> writes...
- >For example, I want to implement
- >function of moving C:\office\aaaa directory to D:\office\bbbb simply.
- >Is there any API that implements this spec ?
- >Any info will be appreciated.
-
- Is an API some windoze thing??
-
- The _only_ way I can think of to move files (or a directory tree) from one
- drive to another is to copy them. Under MS-DOS, you can move files between
- directories _on_the_same_drive_ by messing with directory info, and not
- actually moving the data, but this clearly won't work to actually transfer the
- data to another drive.
-
- You might want to ask this question in a group related to your platform, since
- it doesn't seem to be a C question. (perhaps try
- comp.os.ms-windows.programmer.misc, if I guessed right.)
-
-
- Peter Bennett VE7CEI | Vessels shall be deemed to be in sight
- Internet: bennett@triumf.ca | of one another only when one can be
- Packet: ve7cei@ve7kit.#vanc.bc.ca | observed visually from the other
- TRIUMF, Vancouver, B.C., Canada | ColRegs 3(k)
- GPS and NMEA info and programs: ftp://sundae.triumf.ca/pub/peter/index.html
-
-